home *** CD-ROM | disk | FTP | other *** search
/ Everything For A Hacker / 19990506-[HACK].iso / REGISTRY / RegFix 0.90 / RegF.exe / 0 / RCDATA / TSELECTRG / TSELECTRG.txt
Text File  |  1999-02-23  |  1KB  |  64 lines

  1. object SelectRg: TSelectRg
  2.   Left = 385
  3.   Top = 178
  4.   BorderIcons = [biSystemMenu]
  5.   BorderStyle = bsToolWindow
  6.   Caption = 'Comparable sources'
  7.   ClientHeight = 163
  8.   ClientWidth = 217
  9.   Color = clBtnFace
  10.   Font.Charset = DEFAULT_CHARSET
  11.   Font.Color = clWindowText
  12.   Font.Height = -11
  13.   Font.Name = 'MS Sans Serif'
  14.   Font.Style = []
  15.   OldCreateOrder = True
  16.   PixelsPerInch = 96
  17.   TextHeight = 13
  18.   object Button1: TButton
  19.     Left = 16
  20.     Top = 128
  21.     Width = 73
  22.     Height = 25
  23.     Caption = 'Compare'
  24.     TabOrder = 0
  25.     OnClick = Button1Click
  26.   end
  27.   object ButCancel: TButton
  28.     Left = 128
  29.     Top = 128
  30.     Width = 73
  31.     Height = 25
  32.     Caption = 'Cancel'
  33.     ModalResult = 2
  34.     TabOrder = 1
  35.     OnClick = ButCancelClick
  36.   end
  37.   object GroupBox1: TGroupBox
  38.     Left = 8
  39.     Top = 8
  40.     Width = 201
  41.     Height = 105
  42.     Caption = 'Selected sources'
  43.     TabOrder = 2
  44.     object cmBox1: TComboBox
  45.       Left = 8
  46.       Top = 24
  47.       Width = 185
  48.       Height = 21
  49.       Style = csDropDownList
  50.       ItemHeight = 13
  51.       TabOrder = 0
  52.     end
  53.     object cmBox2: TComboBox
  54.       Left = 8
  55.       Top = 64
  56.       Width = 185
  57.       Height = 21
  58.       Style = csDropDownList
  59.       ItemHeight = 13
  60.       TabOrder = 1
  61.     end
  62.   end
  63. end
  64.